Download the PHP package axentix/laravel-preset without Composer
On this page you can find all versions of the php package axentix/laravel-preset. 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 laravel-preset
Laravel 7.0+ Frontend preset for Axentix
A Laravel front-end scaffolding preset for Axentix.
IMPORTANT
Default branch for Laravel 8.
We maintained Laravel 7 compatibility on laravel-7.x branch.
Installation steps are same.
Usage
- Fresh install Laravel >= 7.0 and
cd
to your app. - Install this preset via
composer require axentix/laravel-preset --dev
. Laravel will automatically discover this package. No need to register the service provider.
a. For Presets without Authentication
- Use
php artisan ui axentix
for the basic Axentix preset npm install && npm run dev
php artisan serve
(or equivalent) to run server and test preset.
b. For Presets with Authentication
- Use
php artisan ui axentix --auth
for the basic preset, auth route entry, and Axentix auth views in one go. (NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries inroutes/web.php
) npm install && npm run dev
- Configure your favorite database (mysql, sqlite etc.)
php artisan migrate
to create basic user tables.php artisan serve
(or equivalent) to run server and test preset.
Config
Add a new i18n string in the resources/lang/XX/pagination.php
file for each language that your app uses:
This should help with accessibility
All versions of laravel-preset with dependencies
PHP Build Version
Package Version
The package axentix/laravel-preset contains the following files
Loading the files please wait ....