Releases: AlexStack/Laravel-CMS
Releases · AlexStack/Laravel-CMS
1.4.7
1.4.6
1.4.5
1.4.4
- Install laravel ui:auth by default for the new project (only support Laravel >= 6.0)
- Allow enter database username/password via install command: php artisan laravelcms
- Automatically add a default admin user for the new project, username: [email protected] password: admin321
- Tested in php 8 & laravel 8
1.4.3
1.4.2
1.4.1
1.4
- Use your own PHP controller/class by adding it into a CMS page. Details: https://www.laravelcms.tech/Laravel-Advanced-Override-the-page-content-by-your-PHP-Class-method-function.html
- The All Pages in the backend will use ReactJS by default. Details: https://www.laravelcms.tech/Laravel-Backend-All-Pages-search-and-display-settings.html
- Frontend search improve: Allow search keyword & tag together
- Frontend inquiry form improve: Show inquiry form even no record in the database