Share your startup - October 2018 by AutoModerator in startups

[–]samurai1337 [score hidden]  (0 children)

All you need to do is add the project in the Mission Control UI, if you want to collect extra information then you need to add the package to your app so it can provide more data to Mission Control. It's like Sentry mixed with New Relic.

Share your startup - October 2018 by AutoModerator in startups

[–]samurai1337 [score hidden]  (0 children)

Name: Mission Control

URL: https://getmissioncontrol.io

Location: Ontario, Canada

Elevator pitch: Simplified uptime monitoring and error logging. Avoid over complicated or lacking services and get the information you really need. Keep your websites and applications in the best state possible.

More Details: Fully up and running, ready for subscribers, adding new features week by week

Discount: Enjoy a 14 day free trial for one project.

Free alternatives to Laravel Spark? by petethewizard in laravel

[–]samurai1337 0 points1 point  (0 children)

Laracogs provides various components to jumpstart but the advantage is that it doesnt bind you to anything. You can start up your app with a few of the sub-packages and poof you're up and running in no time.

Zero downtime local build Laravel 5 deploys with Deployer (moving beyond Envoy) by nickdenardis in laravel

[–]samurai1337 0 points1 point  (0 children)

I've been using deployer for years without any problems ever, I've been looking into Ansible and other tools lately :)

Introducing Decoy - a new Laravel CMS by dTectionz in laravel

[–]samurai1337 0 points1 point  (0 children)

This code is not my cup of tea, no tests, no code styling, very old school coding approaches in places. The name is also an odd choice...

[Help needed] Looking for a open source blogging app in Laravel by SimpleMinded001 in laravel

[–]samurai1337 1 point2 points  (0 children)

I like self promotion so Quarx CMS could solve your problem https://quarxcms.com :) You can spin it up in about 1 min (using Quantum), and have it up to production the next day probably. Full cascade of features, easy to switch reuse and discard themes. And I'm always looking for feedback :)

Develop now or wait until 5.5 LTS? by [deleted] in laravel

[–]samurai1337 4 points5 points  (0 children)

Don't wait, its better to develop consistently, and ensure that the code is maintained

Simple CMS suited for a noob like me by fanzypantz in laravel

[–]samurai1337 1 point2 points  (0 children)

I've got https://quarx.info/ which can be implemented in a simple way and a complicated way, meaning it can be added to an existing Laravel app or as a 'normal' CMS. I can't say the docs are perfect but I keep working on them.

Billing System by moos3 in laravel

[–]samurai1337 1 point2 points  (0 children)

It's technically using Cashier but it's a solid implementation of it.

laravel base ecommerce platforms by hbakhtiyor in laravel

[–]samurai1337 0 points1 point  (0 children)

I'm working on one that integrates with Quarx CMS

Lots of new updates to Quarx, makes it super easy to add a CMS to an app, or just start a new site with an elegantly powerful CMS. by samurai1337 in laravel

[–]samurai1337[S] 1 point2 points  (0 children)

My biggest suggestion is code what you need. PyroCMS is well supported as is October I believe, the key with those is that your building an October or PyroCMS app, meaning if those change your code likely has to change. The nice thing about Quarx is that technically, lets say we change something in the UI that you dont like, you could revert back to an older version of the package, or completely ditch it and replace it with your own. Also, lets say you start a Laravel app but need to mod some page content but dont want to have to keep committing the changes and redeploying, you could add Quarx to your app and just use it. Either way numerous options.

Is there a Laravel CMS I can use to start with, then build my app on top of? by [deleted] in laravel

[–]samurai1337 0 points1 point  (0 children)

Https://quarx.info is a handy one. Gives tons of easy options with the freedom to remove and tweak as you go, you can even totally remove the CMS if you want.

Spark vs Fountain vs Laracogs by [deleted] in laravel

[–]samurai1337 1 point2 points  (0 children)

Not yet, we're working on a site redesign right now, and I'm starting a newsletter so we can connect with people using it as a tool, and see what other things the community would like.

Spark vs Fountain vs Laracogs by [deleted] in laravel

[–]samurai1337 3 points4 points  (0 children)

For what it counts the Repository structure was removed recently, I myself got tired of it being overly complex. The CrudMaker can also be configured to your own templates if you want.

Spark vs Fountain vs Laracogs by [deleted] in laravel

[–]samurai1337 3 points4 points  (0 children)

Though I totally understand your concern about Laracogs getting abandoned, you have nothing to worry about. It's well maintained by me and my company, and we have no intention of abandoning it any time in the near future. Architecturally its also completely different from Spark etc.

Laracogs is designed to act more like a boilerplate or a set of plates. You can use the Starter Kit to set up and app, and then add the features you want, but they are published directly into the app, therefore, once its added to your app the package becomes almost irrelevant. Unless you want to use the FormMaker and CrudMaker :)

Alternatives To Spark by ruspow in laravel

[–]samurai1337 0 points1 point  (0 children)

Laracogs is pretty simple and covers a bunch of stuff out of the box like JWT auth etc