Commit Graph

21 Commits

Author SHA1 Message Date
Nabeel S
55773db851
Rename env file (#1597)
* Rename/use .env file

* Remove extra lines

* Fix file name for tests

* Fix file name for tests

* Style fixes

* Force-add the test env file
2023-08-23 11:27:22 -05:00
arthurpar06
16a31d2b82
Upgrade to Laravel 10 (#1546)
* Update dependencies

* Update to Laratrust v8

* Update public path declaration

* Add return types in Unit and Metar

* Laravel 10 changes

* New types for Controllers

* Update gh actions to php 81

* Fix dbal version

* Style CI

* Style CI

* Fix new public path

* Fix view:cache command not working

* Fix laratrust new methods

* Upgrade PHP Domain Parser

* Update some more controller parameters

* Style fixes

---------

Co-authored-by: Nabeel Shahzad <nabeelio@users.noreply.github.com>
2023-06-21 11:34:11 -05:00
Nabeel S
12848091a2
Laravel 9 Update (#1413)
Update to Laravel 9 and PHP 8+

Co-authored-by: B.Fatih KOZ <fatih.koz@gmail.com>
2022-03-14 11:45:18 -04:00
Nabeel S
a3f110c0c0
Add PHP 8.1 to shims and build (#1365)
* Add PHP 8.1 to shims and build

* Lock psr/container version

* Lock psr version

* Restrict symfony component versions

* Downgrade event-dispatcher-contracts

* Update more package versions

* php-cs fixes

* style fix

* cs-fixer file fix

* Exclude resources dir from cs fixer

* Ignore cs fixer env check

* Update league/csv
2021-12-03 09:23:59 -05:00
Nabeel Shahzad
be15426b5b Fix public path in application bootstrap #887 2020-11-23 13:39:26 -05:00
Nabeel Shahzad
e95b3eb366 Code cleanup from inspection results 2018-08-26 13:50:08 -05:00
Nabeel Shahzad
9596d88b48 Apply fixes from StyleCI 2018-08-26 16:40:04 +00:00
Nabeel Shahzad
7148f27d33 Find/replace the LoadConfiguration class #163 2018-03-14 09:46:02 -05:00
Nabeel Shahzad
f660af5c3b Add config.php at root; include configuration overhaul and then fixes to the installer #156 2018-01-29 13:16:39 -06:00
Nabeel Shahzad
ddd92c8b37 Changes for shared hosting and numerous installer fixes 2017-12-17 16:58:53 -06:00
Nabeel Shahzad
9105c45ad0 Convert .env file to env.php to mask critical info 2017-12-17 01:10:49 -06:00
Nabeel Shahzad
817d3262d4 Add an index page to the root pointing to the bootstrap dir 2017-12-17 01:03:19 -06:00
Nabeel Shahzad
b2475720f2 Add command class 2017-12-16 22:19:17 -06:00
Nabeel Shahzad
091e5593f9 Class bootstrapper fix 2017-12-16 22:13:53 -06:00
Nabeel Shahzad
d964a3f0f3 More pathing changes 2017-12-16 22:07:58 -06:00
Nabeel Shahzad
7d414ce017 Replace the Application loader to facilitate moving the public/ dir to the root 2017-12-16 22:02:45 -06:00
Nabeel Shahzad
710a721305 Made some changes to facilitate moving the public/ folder 2017-12-14 10:56:30 -06:00
Nabeel Shahzad
aa57ab515f Reorganized folders to try to clean up the root folder a bit 2017-12-14 10:38:10 -06:00
Nabeel Shahzad
69cb55582c damn you travis. fixed multiple define 2017-08-14 18:41:55 -05:00
Nabeel Shahzad
bc94772ce2 intitial work on rest api 2017-08-14 18:26:20 -05:00
Nabeel Shahzad
106d6a6798 laravel base files 2017-06-08 13:28:26 -05:00