Commit Graph

274 Commits

Author SHA1 Message Date
Jonathan Reinink f4b424b491 Update PHP dependencies 2019-12-18 13:52:35 -05:00
Jonathan Reinink 6308bb139f Use layout shorthand 2019-12-18 13:49:19 -05:00
Jonathan Reinink 6f9c5f1366 Simplify JavaScript dependencies 2019-12-18 13:48:33 -05:00
Jonathan Reinink 2e7d59613a Add Heroku Procfile 2019-12-18 13:33:19 -05:00
Jonathan Reinink 6b6e235d7e Remove horizon from compile script 2019-12-18 13:33:05 -05:00
Jonathan Reinink 3f958ec4bf WIP 2019-12-18 13:28:09 -05:00
Jonathan Reinink e378e1c63a Merge branch 'master' into pr/21 2019-11-27 16:50:57 -05:00
Jonathan Reinink b6e9aa3912
Merge pull request #52 from rodrigopedra/patch-2
Use `npm ci` to avoid package-lock update
2019-11-06 07:40:30 -05:00
Rodrigo Pedra Brum cbd3d8a8fd
Use `npm ci` to avoid package-lock update
Running `npm ci` instead of `npm install` avoids `package-lock` file update and installation of patch versions different from upstream.

This can be useful to avoid git pollution and to have exactly the same version of npm dependencies when debugging or writing an example to reproduce an issue.

`npm ci` was added to NPM to be used in Continuous Integration setups (hence the `ci`) keeping exactly the same versions of packages listed in package-lock file.
2019-11-06 01:39:47 -03:00
Jonathan Reinink 75ae66a2c1
Merge pull request #50 from miguelcangueiro/upgrade-laravel
Upgrade to Laravel 6
2019-10-17 17:32:29 -04:00
Miguel Cangueiro 4d01953486 Upgrade to Laravel 6 2019-10-17 11:01:26 +01:00
Jonathan Reinink ce9dfa4beb Update php dependencies 2019-09-28 14:56:20 -04:00
Jonathan Reinink 2c9d6345a5 Update npm dependencies 2019-09-28 14:54:39 -04:00
Jonathan Reinink 1d215f22b3 Make main menu reactive 2019-09-28 14:52:12 -04:00
Jonathan Reinink e3e57b4716 Use new persistent layouts and Vue Meta plugin 2019-09-28 07:30:44 -04:00
Jonathan Reinink 424aeff322 Update to auto registering of Inertia middleware 2019-08-27 07:39:11 -04:00
Jonathan Reinink 99c7172f32
Merge pull request #39 from Juhlinus/auth-redirect
Added guest middleware and changed redirect path
2019-08-15 22:23:36 -04:00
Linus Juhlin 788445e25e Added guest middleware and changed redirect path 2019-08-15 17:47:39 +02:00
Jonathan Reinink 14352710ad Update to tagged Inertia dependencies 2019-08-13 13:36:25 -04:00
Jonathan Reinink 9a6b453d07 Update Inertia 2019-08-12 13:03:13 -04:00
Jonathan Reinink 92321aeb1e Make Inertia middleware last 2019-08-12 08:37:51 -04:00
Jonathan Reinink 3e6844eb03 Update Inertia and simplify routes 2019-08-12 08:33:13 -04:00
Jonathan Reinink 81d4cf0121 Update dependencies 2019-08-10 09:59:50 -04:00
Jonathan Reinink 9626b9b0e0 Update dependencies and to new Inertia share format 2019-08-10 09:12:50 -04:00
Jonathan Reinink 4b8849ac43 Only show user photo if set 2019-08-09 13:09:37 -04:00
Jonathan Reinink a4bf54f9fa
Merge pull request #36 from inertiajs/user-photos
Add user photos
2019-08-09 12:52:38 -04:00
Jonathan Reinink 4df1434f02 Improve user photos 2019-08-09 12:50:45 -04:00
Jonathan Reinink 8fbfa66059 Add user photos 2019-08-09 11:33:47 -04:00
Jonathan Reinink e9fd25773a Tweak formatting when sharing errors 2019-08-08 08:50:52 -04:00
Jonathan Reinink b4d70359db Simplify page titles 2019-08-08 08:50:36 -04:00
Jonathan Reinink fa91d2e76f Update dependencies 2019-08-08 07:31:12 -04:00
Darian Moody 97087beee3
Update readme.md 2019-08-03 19:43:52 +01:00
Darian Moody cc8bbcf008
Add extra setup details to README
Covering installation & testing.
2019-08-03 19:39:47 +01:00
Jonathan Reinink 8f2a6f57e0 Improve flash messages 2019-05-22 11:53:51 -04:00
Jonathan Reinink 94a5af227c Merge branch 'master' into pr/21 2019-05-22 11:44:18 -04:00
Jonathan Reinink a679df7cdb Tweak colors 2019-05-22 11:39:26 -04:00
Jonathan Reinink a49456b323 Simplify error handling 2019-05-22 09:37:04 -04:00
Jonathan Reinink 9a5a4a3055 Update dependencies 2019-05-22 09:36:20 -04:00
Jonathan Reinink 6b641a8a62 Remove unused accounts routes 2019-05-22 07:22:00 -04:00
Jonathan Reinink e867312b31 Remove ranger library that's not being used 2019-05-22 07:20:44 -04:00
Jonathan Reinink 1a54c22891 Remove unused import 2019-05-22 07:17:45 -04:00
Jonathan Reinink a18f643b22 Update to new Inertia::share() callback 2019-05-22 07:17:37 -04:00
Jonathan Reinink f61d969aa5 Add flash messages 2019-05-21 19:12:49 -04:00
Jonathan Reinink 0dc025a460 Update dependencies 2019-05-21 15:28:57 -04:00
Jonathan Reinink df1ffe510a Switch to query string hash for JS files 2019-05-21 11:27:08 -04:00
Jonathan Reinink 36fef80b9e Move babel config to mix configuration 2019-05-21 11:26:43 -04:00
gzhihao 6c307f8e35 Upgrade to Tailwind v1.0 - colors tweak 2019-05-20 21:55:18 -04:00
gzhihao 541f61e19b Upgrade to Tailwind v1.0 - switch to default colors 2019-05-20 21:55:18 -04:00
gzhihao 8ca4465261 Upgrade to Tailwind v1.0 - preserve colors settings 2019-05-20 21:55:18 -04:00
Jonathan Reinink 6419ed3a89 Update dependencies 2019-05-20 07:21:01 -04:00