Skip to content

Commit 33c7b1e

Browse files
committedJan 6, 2024
Add index page
1 parent 1bbf22a commit 33c7b1e

18 files changed

+315
-18
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Homestead.json
1414
Homestead.yaml
1515
auth.json
1616
npm-debug.log
17+
package-lock.json
1718
yarn-error.log
1819
/.fleet
1920
/.idea
+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?php
2+
3+
namespace App\View\Components\Includes;
4+
5+
use Closure;
6+
use Illuminate\Contracts\View\View;
7+
use Illuminate\View\Component;
8+
9+
class Footer extends Component
10+
{
11+
/**
12+
* Create a new component instance.
13+
*/
14+
public function __construct()
15+
{
16+
//
17+
}
18+
19+
/**
20+
* Get the view / contents that represent the component.
21+
*/
22+
public function render(): View|Closure|string
23+
{
24+
return view('components.includes.footer');
25+
}
26+
}
+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?php
2+
3+
namespace App\View\Components\Includes;
4+
5+
use Closure;
6+
use Illuminate\Contracts\View\View;
7+
use Illuminate\View\Component;
8+
9+
class Header extends Component
10+
{
11+
/**
12+
* Create a new component instance.
13+
*/
14+
public function __construct()
15+
{
16+
//
17+
}
18+
19+
/**
20+
* Get the view / contents that represent the component.
21+
*/
22+
public function render(): View|Closure|string
23+
{
24+
return view('components.includes.header');
25+
}
26+
}
+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?php
2+
3+
namespace App\View\Components\Includes;
4+
5+
use Closure;
6+
use Illuminate\Contracts\View\View;
7+
use Illuminate\View\Component;
8+
9+
class Sidebar extends Component
10+
{
11+
/**
12+
* Create a new component instance.
13+
*/
14+
public function __construct(public string $id)
15+
{
16+
//
17+
}
18+
19+
/**
20+
* Get the view / contents that represent the component.
21+
*/
22+
public function render(): View|Closure|string
23+
{
24+
return view('components.includes.sidebar');
25+
}
26+
}

‎app/View/Components/Layouts/Base.php

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?php
2+
3+
namespace App\View\Components\Layouts;
4+
5+
use Closure;
6+
use Illuminate\Contracts\View\View;
7+
use Illuminate\View\Component;
8+
9+
class Base extends Component
10+
{
11+
/**
12+
* Create a new component instance.
13+
*/
14+
public function __construct(
15+
public string $id,
16+
public string $title,
17+
public string $description,
18+
public string $keywords,
19+
) {
20+
//
21+
}
22+
23+
/**
24+
* Get the view / contents that represent the component.
25+
*/
26+
public function render(): View|Closure|string
27+
{
28+
return view('components.layouts.base');
29+
}
30+
}

‎package.json

+5
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,10 @@
88
"axios": "^1.1.2",
99
"laravel-vite-plugin": "^0.7.2",
1010
"vite": "^4.0.0"
11+
},
12+
"dependencies": {
13+
"@fortawesome/fontawesome-free": "^6.5.1",
14+
"bootstrap": "^5.3.2",
15+
"halfmoon": "^2.0.1"
1116
}
1217
}

‎resources/css/style.css

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
2+
@import "../../node_modules/@fortawesome/fontawesome-free/css/all.css";
3+
@import "../../node_modules/halfmoon/css/halfmoon.css";
4+
5+
:root {
6+
--bs-border-radius: 0;
7+
--bs-border-radius-lg: 0;
8+
--bs-sidebar-width: 15rem;
9+
}
10+
html {
11+
font-size: 120%;
12+
}
13+
body {
14+
font-family: Mulish, sans-serif !important;
15+
}
16+
.row>* {
17+
padding-right: var(--bs-spacer-3);
18+
padding-left: var(--bs-spacer-3);
19+
}
20+
.offcanvas-header {
21+
justify-content: center;
22+
}
23+
.sidebar-brand {
24+
margin-right: 0;
25+
}

‎resources/images/apple-touch-icon.png

268 KB
Loading

‎resources/images/favicon.png

268 KB
Loading
268 KB
Loading

‎resources/images/og-image.png

33.5 KB
Loading

‎resources/js/script.js

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import.meta.glob(["../images/**"]);
2+
import * as bootstrap from "bootstrap";

‎resources/views/app/index.blade.php

+43-17
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,44 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
1+
@php
2+
$id = 'index';
3+
$title = 'A web developer from Sri Lanka';
4+
$description = 'Expert software engineer from Sri Lanka, Enindu Alahapperuma, specializes in back-end development, web development, system administration, and logo design.';
5+
$keywords = 'enindu, enindu alahapperuma, back-end developer, back-end developer sri lanka, freelancing back-end developer, web developer, web developer sri lanka, freelancing web developer, php developer, php developer sri lanka, freelancing php developer, go developer, go developer sri lanka, freelancing go developer, system administrator, system administrator sri lanka, freelancing system administrator, logo designer, logo designer sri lanka, freelancing logo designer, software engineer, software engineer sri lanka, freelancer, freelancer sri lanka';
6+
@endphp
37

4-
<head>
5-
<meta charset="utf-8">
6-
<meta content="width=device-width, initial-scale=1.0" name="viewport">
7-
<meta content="ie=edge" http-equiv="x-ua-compatible">
8-
<meta content="" name="description">
9-
<meta content="" name="keywords">
10-
<meta content="" name="author">
11-
<title>{{ env('APP_NAME') }}</title>
12-
</head>
13-
14-
<body>
15-
<h1>{{ env('APP_NAME') }}</h1>
16-
</body>
17-
18-
</html>
8+
<x-layouts.base :description="$description" :id="$id" :keywords="$keywords" :title="$title">
9+
<div class="container-fluid">
10+
<div class="row">
11+
<div class="col-12">
12+
<div class="card mt-3">
13+
<div class="card-body">
14+
<h1 class="card-title mb-0" id="web-developer-from-sri-lanka">{{ $title }}</h1>
15+
</div>
16+
</div>
17+
<div class="card mt-3">
18+
<div class="card-body">
19+
<h2 id="who-am-i">Who am I?</h2>
20+
<p>Greetings, I am Enindu Alahapperuma, a seasoned <a href="https://en.wikipedia.org/wiki/Software_engineering" target="_blank">software engineer</a> and <a href="https://en.wikipedia.org/wiki/Frontend_and_backend#Backend_focused" target="_blank">back-end developer</a> with a flair for <a href="https://en.wikipedia.org/wiki/System_administrator" target="_blank">system administration</a> and a touch of <a href="https://en.wikipedia.org/wiki/Logo#Logo_design" target="_blank">logo design</a>, with {{ \Carbon\Carbon::parse('2018-05-01')->diffInYears(now()) }} years of experience in the field, proudly representing the vibrant tech scene of <a href="https://en.wikipedia.org/wiki/Sri_Lanka" target="_blank">Sri Lanka</a>. My passion and expertise revolve around back-end development and ensuring robust <a href="https://en.wikipedia.org/wiki/Systems_architecture" target="_blank">system architectures</a>.</p>
21+
<h2 id="i-am-a-back-end-developer">I am a back-end developer</h2>
22+
<p>In the realm of <a href="https://en.wikipedia.org/wiki/Web_development" target="_blank">web development</a>, my proficiency extends to <a href="https://en.wikipedia.org/wiki/HTML" target="_blank">HTML</a>, <a href="https://en.wikipedia.org/wiki/CSS" target="_blank">CSS</a>, and <a href="https://en.wikipedia.org/wiki/JavaScript" target="_blank">JavaScript</a>. Although I don't delve into <a href="https://en.wikipedia.org/wiki/Frontend_and_backend#Frontend_focused" target="_blank">front-end development</a>, my focus lies deeply in enhancing <a href="https://en.wikipedia.org/wiki/User_experience" target="_blank">user experience (UX)</a>, prioritizing performance over mere aesthetics and <a href="https://en.wikipedia.org/wiki/User_interface" target="_blank">user interface (UI)</a> design. My primary toolkit includes languages such as <a href="https://en.wikipedia.org/wiki/PHP" target="_blank">PHP</a>, <a href="https://en.wikipedia.org/wiki/Go_(programming_language)" target="_blank">Go</a>, and JavaScript (<a href="https://en.wikipedia.org/wiki/Node.js" target="_blank">Node.js</a>). Despite PHP's mixed reputation, I find it to be a stable and reliable choice, particularly for enterprise-level <a href="https://en.wikipedia.org/wiki/Web_application" target="_blank">web applications</a>. On the other hand, Go, with its strict typing and functional programming approach, stands out as my preferred language, thanks to its elegant design and impeccable functionality.</p>
23+
<h2 id="i-am-a-system-administrator">I am a system administrator</h2>
24+
<p>As mentioned earlier, I wear the hat of a <a href="https://en.wikipedia.org/wiki/Linux" target="_blank">Linux</a> system administrator, particularly adept at handling the <a href="https://en.wikipedia.org/wiki/LAMP_(software_bundle)" target="_blank">LAMP stack</a> (Linux, <a href="https://en.wikipedia.org/wiki/Apache_HTTP_Server" target="_blank">Apache</a>, <a href="https://en.wikipedia.org/wiki/MySQL" target="_blank">MySQL</a>/<a href="https://en.wikipedia.org/wiki/MariaDB" target="_blank">MariaDB</a>, and PHP). My proficiency extends to cloud platforms like <a href="https://en.wikipedia.org/wiki/Amazon_Web_Services" target="_blank">Amazon Web Services (AWS)</a>, <a href="https://en.wikipedia.org/wiki/DigitalOcean" target="_blank">Digital Ocean</a>, and <a href="https://en.wikipedia.org/wiki/Google_Cloud_Platform" target="_blank">Google Cloud Platform</a>, showcasing my <a href="https://en.wikipedia.org/wiki/DevOps" target="_blank">DevOps</a> capabilities.</p>
25+
<h2 id="i-am-a-logo-designer">I am a logo designer</h2>
26+
<p>While not a professional <a href="https://en.wikipedia.org/wiki/Graphic_design" target="_blank">graphic designer</a>, I do dabble in logo design using <a href="https://en.wikipedia.org/wiki/Inkscape" target="_blank">Inkscape</a> and have some familiarity with <a href="https://en.wikipedia.org/wiki/GIMP" target="_blank">GIMP</a>.</p>
27+
<h2 id="i-am-a-freelancer">I am a freelancer</h2>
28+
<p>I am open to <a href="https://en.wikipedia.org/wiki/Freelancer" target="_blank">freelance</a> opportunities in back-end development, web development, system administration, and logo design. Collaborating with diverse clients and assisting them in achieving their goals is a passion of mine. On the administrative side, I offer <a href="https://en.wikipedia.org/wiki/Google" target="_blank">Google</a> and <a href="https://en.wikipedia.org/wiki/Microsoft" target="_blank">Microsoft</a> web services, including Google Business, <a href="https://en.wikipedia.org/wiki/Google_Search_Console" target="_blank">Google Search Console</a>, <a href="https://en.wikipedia.org/wiki/Google_Analytics" target="_blank">Google Analytics</a>, Google Tag Manager, <a href="https://en.wikipedia.org/wiki/Google_AdSense" target="_blank">Google AdSense</a>, <a href="https://en.wikipedia.org/wiki/ReCAPTCHA" target="_blank">reCAPTCHA</a>, <a href="https://en.wikipedia.org/wiki/Bing_Webmaster_Tools" target="_blank">Bing Webmaster</a>, and Microsoft Clarity.</p>
29+
<h2 id="i-use-various-technologies">I use various technologies</h2>
30+
<p>While my expertise primarily lies in back-end development, I also possess a working knowledge of CSS frameworks such as <a href="https://en.wikipedia.org/wiki/Bootstrap_(front-end_framework)" target="_blank">Bootstrap</a>, Bulma, and Halfmoon (The very framework used to build this website). PHP frameworks like <a href="https://en.wikipedia.org/wiki/Laravel" target="_blank">Laravel</a> and Slim are also part of my repertoire, with occasional forays into the Gorilla framework for Go. Interestingly, I often opt for using Go language without any specific framework. In the realm of JavaScript (Node.js), my experience extends to the <a href="https://en.wikipedia.org/wiki/Express.js" target="_blank">Express</a> framework.</p>
31+
<p><a href="https://en.wikipedia.org/wiki/Version_control" target="_blank">Version control</a> is second nature to me, and I rely on <a href="https://en.wikipedia.org/wiki/Git" target="_blank">Git</a> for seamless collaboration. Beyond version control, I am well-versed in tools like <a href="https://en.wikipedia.org/wiki/OpenSSH" target="_blank">OpenSSH</a>, HTTPie, and <a href="https://en.wikipedia.org/wiki/CURL" target="_blank">cURL</a>. Additionally, I've successfully integrated technologies like <a href="https://en.wikipedia.org/wiki/Sass_(style_sheet_language)" target="_blank">Saas</a>, <a href="https://en.wikipedia.org/wiki/Symfony" target="_blank">Symfony</a>, <a href="https://en.wikipedia.org/wiki/Socket.IO" target="_blank">Socket.io</a>, <a href="https://en.wikipedia.org/wiki/Electron_(software_framework)" target="_blank">Electron</a>, MJML, and <a href="https://en.wikipedia.org/wiki/JSON_Web_Token" target="_blank">JSON Web Token (JWT)</a> into my projects.</p>
32+
<p>Delving into programming concepts, I boast excellent knowledge in <a href="https://en.wikipedia.org/wiki/PHP_Standard_Recommendation" target="_blank">PSR</a>, <a href="https://en.wikipedia.org/wiki/Regular_expression" target="_blank">regular expressions</a>, <a href="https://en.wikipedia.org/wiki/REST" target="_blank">REST APIs</a>, <a href="https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller" target="_blank">model-view-controller (MVC) architecture</a>, <a href="https://en.wikipedia.org/wiki/Object-oriented_programming" target="_blank">object-oriented programming (OOP)</a>, and <a href="https://en.wikipedia.org/wiki/Functional_programming" target="_blank">functional programming</a>. Also designing <a href="https://en.wikipedia.org/wiki/Software_architecture" target="_blank">software architectures</a> and solutions is a part of my skill set.</p>
33+
<p>Manipulating databases is a core part of my back-end development role, encompassing both <a href="https://en.wikipedia.org/wiki/SQL" target="_blank">SQL</a> and <a href="https://en.wikipedia.org/wiki/NoSQL" target="_blank">no-SQL</a> databases. My expertise leans towards SQL databases like MySQL, MariaDB, <a href="https://en.wikipedia.org/wiki/SQLite" target="_blank">SQLite</a>, and <a href="https://en.wikipedia.org/wiki/PostgreSQL" target="_blank">PostgreSQL</a>. I also have hands-on experience with <a href="https://en.wikipedia.org/wiki/MongoDB" target="_blank">MongoDB</a> in the realm of no-SQL databases.</p>
34+
<h2 id="i-use-arch-linux-and-open-source-software">I use Arch Linux and open source software</h2>
35+
<p>In terms of personal preferences, I embrace simplicity and minimalism. <a href="https://en.wikipedia.org/wiki/Arch_Linux" target="_blank">Arch Linux</a> serves as my preferred <a href="https://en.wikipedia.org/wiki/Operating_system" target="_blank">operating system</a>, and I champion the use of <a href="https://en.wikipedia.org/wiki/Open-source_software" target="_blank">open-source software</a>. <a href="https://en.wikipedia.org/wiki/Visual_Studio_Code" target="_blank">Visual Studio Code</a> is my go-to <a href="https://en.wikipedia.org/wiki/Integrated_development_environment" target="_blank">intergrated development environment (IDE)</a>, supplemented by <a href="https://en.wikipedia.org/wiki/Vim_(text_editor)" target="_blank">Vim</a> and <a href="https://en.wikipedia.org/wiki/GNU_nano" target="_blank">nano</a> for specific tasks. <a href="https://en.wikipedia.org/wiki/Firefox" target="_blank">Firefox</a> stands as my web browser of choice.</p>
36+
<h2 id="contribute-the-source-code">Contribute the source code</h2>
37+
<p class="mb-0">The source code for this website is available on <a href="https://en.wikipedia.org/wiki/GitHub" target="_blank">GitHub</a> under the <a href="https://en.wikipedia.org/wiki/MIT_License" target="_blank">MIT license</a>, promoting free distribution and modification. If you spot any typos or grammatical errors, your contributions are welcome to enhance the content's quality. The source code for this website can be accessed at: <a href="https://github.com/enindu/enindu-alahapperuma" target="_blank">https://github.com/enindu/enindu-alahapperuma</a>. As <a href="https://en.wikipedia.org/wiki/Sinhala_language" target="_blank">Sinhala</a> is my native language, I appreciate your understanding in case any linguistic nuances slipped through the cracks.</p>
38+
</div>
39+
</div>
40+
<x-includes.footer />
41+
</div>
42+
</div>
43+
</div>
44+
</x-layouts.base>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<footer class="my-3 text-center">&copy; 2021-{{ date('Y') }} <a href="{{ route('index') }}">{{ env('APP_NAME') }}</a>. Licensed under <a href="https://github.com/enindu/enindu-alahapperuma/blob/master/LICENSE.md">MIT license</a>.</footer>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<nav class="navbar navbar-expand-xxl bg-body-tertiary border-bottom d-flex d-xxl-none border-opacity-25">
2+
<div class="container-fluid">
3+
<a class="navbar-brand" href="{{ route('index') }}">
4+
<strong>{{ env('APP_NAME') }}</strong>
5+
</a>
6+
<button class="btn btn-secondary" data-bs-target="#sidebar" data-bs-toggle="offcanvas" type="button">
7+
<i class="fa-solid fa-bars"></i>
8+
</button>
9+
</div>
10+
</nav>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
<nav class="sidebar offcanvas-start offcanvas-xxl" id="sidebar" tabindex="-1">
2+
<div class="offcanvas-header bg-body-tertiary border-bottom border-opacity-25">
3+
<a class="sidebar-brand" href="{{ route('index') }}">
4+
<strong>{{ env('APP_NAME') }}</strong>
5+
</a>
6+
</div>
7+
<div class="offcanvas-body">
8+
<ul class="sidebar-nav">
9+
<li>
10+
<h6 class="sidebar-header text-uppercase">
11+
<strong>Pages</strong>
12+
</h6>
13+
</li>
14+
<li>
15+
<hr class="sidebar-divider">
16+
</li>
17+
<li class="nav-item">
18+
<a {!! $id == 'index' ? 'aria-current="page"' : '' !!} class="nav-link {{ $id == 'index' ? 'active' : '' }}" href="{{ route('index') }}">
19+
<i class="fa-solid fa-home me-1"></i>
20+
<strong>Home</strong>
21+
</a>
22+
</li>
23+
<li class="nav-item">
24+
<a {!! $id == 'contact' ? 'aria-current="page"' : '' !!} class="nav-link {{ $id == 'contact' ? 'active' : '' }}" href="#">
25+
<i class="fa-solid fa-comment me-1"></i>
26+
<strong>Contact me</strong>
27+
</a>
28+
</li>
29+
<li class="mt-3">
30+
<h6 class="sidebar-header text-uppercase">
31+
<strong>External links</strong>
32+
</h6>
33+
</li>
34+
<li>
35+
<hr class="sidebar-divider">
36+
</li>
37+
<li class="nav-item">
38+
<a class="nav-link" href="https://github.com/enindu" target="_blank">
39+
<i class="fa-brands fa-github me-1"></i>
40+
<strong>GitHub</strong>
41+
</a>
42+
</li>
43+
<li class="nav-item">
44+
<a class="nav-link" href="https://gitlab.com/enindu" target="_blank">
45+
<i class="fa-brands fa-gitlab me-1"></i>
46+
<strong>GitLab</strong>
47+
</a>
48+
</li>
49+
<li class="nav-item">
50+
<a class="nav-link" href="https://twitter.com/Enindu" target="_blank">
51+
<i class="fa-brands fa-x-twitter me-1"></i>
52+
<strong>Twitter (X)</strong>
53+
</a>
54+
</li>
55+
<li class="nav-item">
56+
<a class="nav-link" href="https://linkedin.com/in/enindu" target="_blank">
57+
<i class="fa-brands fa-linkedin me-1"></i>
58+
<strong>LinkedIn</strong>
59+
</a>
60+
</li>
61+
<li class="nav-item">
62+
<a class="nav-link" href="{{ url('sitemap.xml') }}">
63+
<i class="fa-solid fa-sitemap me-1"></i>
64+
<strong>Sitemap</strong>
65+
</a>
66+
</li>
67+
<li class="nav-item">
68+
<a class="nav-link" href="https://github.com/enindu/enindu-alahapperuma/blob/master/LICENSE.md" target="_blank">
69+
<i class="fa-solid fa-id-card me-1"></i>
70+
<strong>MIT license</strong>
71+
</a>
72+
</li>
73+
<li class="nav-item">
74+
<a class="nav-link" href="https://github.com/enindu/enindu-alahapperuma" target="_blank">
75+
<i class="fa-solid fa-code me-1"></i>
76+
<strong>Source code</strong>
77+
</a>
78+
</li>
79+
</ul>
80+
</div>
81+
</nav>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!DOCTYPE html>
2+
<html data-bs-theme="dark" lang="en">
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta content="width=device-width, initial-scale=1.0" name="viewport">
7+
<meta content="ie=edge" http-equiv="x-ua-compatible">
8+
<meta content="{{ $description }}" name="description">
9+
<meta content="{{ $keywords }}" name="keywords">
10+
<meta content="Enindu Alahapperuma (enindu@gmail.com)" name="author">
11+
<meta content="{{ $title }} | {{ env('APP_NAME') }}" property="og:title">
12+
<meta content="{{ $description }}" property="og:description">
13+
<meta content="website" property="og:type">
14+
<meta content="{{ url()->current() }}" property="og:url">
15+
<meta content="{{ Vite::asset('resources/images/og-image.png') }}" property="og:image">
16+
<meta content="summary_large_image" name="twitter:card">
17+
<meta content="@Enindu" name="twitter:site">
18+
<meta content="@Enindu" name="twitter:creator">
19+
<meta content="{{ $title }} | {{ env('APP_NAME') }}" name="twitter:title">
20+
<meta content="{{ $description }}" name="twitter:description">
21+
<meta content="{{ Vite::asset('resources/images/og-image.png') }}" name="twitter:image">
22+
<meta content="#000000" name="theme-color">
23+
<meta content="{{ Vite::asset('resources/images/ms-application-tile-image.png') }}" name="msapplication-TileImage">
24+
<meta content="#000000" name="msapplication-TileColor">
25+
<title>{{ $title }} | {{ env('APP_NAME') }}</title>
26+
<link href="{{ Vite::asset('resources/images/favicon.png') }}" rel="icon" type="image/png">
27+
<link href="{{ Vite::asset('resources/images/apple-touch-icon.png') }}" rel="apple-touch-icon">
28+
@vite('resources/css/style.css')
29+
</head>
30+
31+
<body class="ps-xxl-sbwidth">
32+
<x-includes.header />
33+
<x-includes.sidebar :id="$id" />
34+
{{ $slot }}
35+
@vite('resources/js/script.js')
36+
</body>
37+
38+
</html>

‎vite.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import laravel from "laravel-vite-plugin";
44
export default defineConfig({
55
plugins: [
66
laravel({
7-
input: ["resources/css/app.css", "resources/js/app.js"],
7+
input: ["resources/css/style.css", "resources/js/script.js"],
88
refresh: true,
99
}),
1010
],

0 commit comments

Comments
 (0)
Please sign in to comment.