Download the PHP package sang-asia/backpack-website without Composer
On this page you can find all versions of the php package sang-asia/backpack-website. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package backpack-website
Backpack for Laravel Skeleton
Install
composer create-project sang-asia/backpack-website your-project-name- Configure database connection.
php artisan migratephp artisan backpack:userphp artisan storage:link
Configure
Configure Project
- File
config/backpack/base.php:project_name,project_logo,developer_name,developer_link.
Remove Laravel example page
- Delete view
resources/views/welcome.blade.php. - Remove route in
routes/web.php.
Remove Backpack's error pages
- Delete folder
resources/views/vendor/errors.
Configure Laravel Idea plugin
Open setting: File > Settings > Languages & Frameworks > Laravel Idea > Module System:
- Module system: Choose Directory modules as composer.json packages.
- Root directory path: Enter packages.
- Check both Lowercase translation namespaces and Allow app root module in code generation dialogs.
Frontend
- Open Terminal/Command Prompt and go to directory
packages/web_fe. npm install.- Compile assets:
- Develop:
npm run devornpm run watch. - Production:
npm run prod.
- Develop:
All versions of backpack-website with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.3|^8.0
fruitcake/laravel-cors Version ^2.0
guzzlehttp/guzzle Version ^7.0.1
laravel/framework Version ^8.75
laravel/sanctum Version ^2.11
laravel/tinker Version ^2.5
web/be Version ^1.0
web/fe Version ^1.0
fruitcake/laravel-cors Version ^2.0
guzzlehttp/guzzle Version ^7.0.1
laravel/framework Version ^8.75
laravel/sanctum Version ^2.11
laravel/tinker Version ^2.5
web/be Version ^1.0
web/fe Version ^1.0
The package sang-asia/backpack-website contains the following files
Loading the files please wait ...