File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed
Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ # My Starter Template for Laravel
2+
3+ This is a starter template for Laravel applications, designed to provide a solid foundation for building web applications quickly and efficiently.
4+
5+ ![ Laravel Starter Template] ( /ss.png )
6+
7+ # Installation
8+
9+ ```
10+ git clone
11+ cp .env.example .env
12+ composer install
13+ php artisan key:generate
14+ php artisan storage:link
15+ php artisan migrate
16+ php artisan db:seed
17+ yarn
18+ yarn build
19+ php artisan serve
20+ ```
21+
22+ # Enable Laravel Boost
23+
24+ Documentation: https://boost.laravel.com/installed
25+
26+ # Package
27+
28+ This project uses the following packages:
29+
30+ - [ Livewire Volt] ( https://laravel-livewire.com/ )
31+ - [ Laravel Boost] ( https://boost.laravel.com/ )
32+ - [ Laravel Folio] ( https://laravel.com/docs/12.x/folio )
33+ - [ Spatie Permissions] ( https://spatie.be/docs/laravel-permission/v6/introduction )
34+ - [ Spatie Media Library] ( https://spatie.be/docs/laravel-medialibrary/v10/introduction )
35+ - [ Spatie Activity Log] ( https://spatie.be/docs/laravel-activitylog/v4/introduction )
You can’t perform that action at this time.
0 commit comments