zurb-foundation icon indicating copy to clipboard operation
zurb-foundation copied to clipboard

Zurb Foundation Frontend Preset For Laravel Framework 5.5 and Up

Results 4 zurb-foundation issues
Sort by recently updated
recently updated
newest added

When I attempt to install this with Laravel 9, I get the following error(s): Problem 1 - laravel-frontend-presets/zurb-foundation[v2.1.0, ..., v2.1.1] require laravel/framework ^5.5 -> found laravel/framework[v5.5.0, ..., 5.8.x-dev] but it...

help wanted

The `preset` command in Laravel 7+ has been [deprecated](https://stackoverflow.com/questions/48381322/laravel-5-4-cant-run-php-artisan-preset-react-comand) for the `ui` scaffolding API. Running the latest equivalent: ``` php artisan ui foundation-auth ``` ...returns the error: > InvalidArgumentException >...

help wanted

Added required 'laravel/ui' dependency Updated preset and its service provider to use new dependency Updated composer.json and README.md files Small updates to two template files (app.scss, bootstrap.js)

Im trying to install in a fresh installation of Laravel 6.1.0 project and im getting this error: Your requirements could not be resolved to an installable set of packages. Problem...

help wanted