-
What is the suggested update process? If none, how would you like to go to update a project created with Canvas?
-
I ran into an issue while trying to build the app:
```php artisan react-spark:build```
gives me the following error:
```/Users/ob/Development/app/vendor/darrenmerrett/react-spark/src/gulpfile…
obaid updated
8 years ago
-
Are you going to support getUrl()? It is used by Laravel and Spark, and a change to illuminate/filesystem allows the driver to produce an URL for files now. It looks like it is going to be released wi…
-
Hey,
i get the following error if i compile the new version with webpack.
ERROR in ./~/vue-mdl/dist/vue-mdl.js
Module build failed: SyntaxError: 'with' in strict mode (846:36)
hope you can h…
-
So we have a project that uses Caffeinated Modules and Themes (great stuff!) with Laravel Spark. I ran into an issue with this package combination that I thought was worth sharing with you.
According…
-
So I have two locales: en and hr.
I have to routes files. One in /app/Http/routes.php
and other one in /vendor/laravel/spark/src/Htpp/routes.php (assigns routes to $router variable)
Now when I got …
-
Our project uses Caffeinated/Modules with Laravel Spark. Spark has it's own routes set up that are difficult to modify without overriding/replacing classes etc.
In our case each module defines a subd…
-
It appears routes containing model bindings defined in routes/api.php do not work by default. Currently the model in question will return an empty object.
```
Route::group([
'prefix' => 'api',
…
-
- Laravel Version: 5.3.8
- PHP Version: 7
- Database Driver & Version: Postgres
I'm attempting to use the new Notifications feature in my Spark app and the database channel conflicts with Spark's not…
-