Skip to content

Alnuzaili/Laravel-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚙️ Installation

1. Clone the repository

git clone https://github.com/Alnuzaili/Laravel-Template.git
cd Laravel-Template

2. Install dependencies

composer install
pnpm install && pnpm run build

3. Create environment file

cp .env.example .env

4. Generate application key

php artisan key:generate

5. Configure .env file

  • Set your database credentials
  • Configure mail settings if needed

6. Run database migrations

php artisan migrate
php artisan db:seed

php artisan shield:install admin

7. Run application

php artisan serve

🛠️ Filament Access Admin Panel

http://localhost:8000/admin

🗂 Project Structure

app/
bootstrap/
config/
database/
public/
resources/
  └── js/       # Vue.js components
  └── views/    # Blade templates
routes/

About

Laravel - Filament - Vue.js (Inertia JS) Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published